CRM360° CustomerApi Documentation

Customer - ContactInterestCategory

Manage the contact interest category entities.

Required HTTP Headers

  • X-Crm360Api-Token
  • X-Crm360Api-CustomerName
  • X-Crm360Api-DatabaseAlias

Functions

Entity Properties

Name Type Is Mandatory
HierarchyNode String
ParentHierarchyNode String
ContactInterestCategoryId Int16
HierarchyLevel Int16
Label String
Identifier String
SourceId Int16
ContactInterestCategoryPath String
DeletionFlag Boolean
ContactInterests Collection of ContactInterest
Source Source
ContactInterestCategoryTranslations Collection of ContactInterestCategoryTranslation

Examples

Select all ContactInterestCategories

https://customerapi.fts-crm360.com/data/ContactInterestCategories()
HttpMethod : GET
Json Result :
[ { "HierarchyNode" : "nF UK", "ParentHierarchyNode" : "Zv8M0", "ContactInterestCategoryId" : "3", "HierarchyLevel" : "3", "Label" : "K97dhU Bv6n4lp8IeLG", "Identifier" : "JWkU52j0", "SourceId" : "1", "ContactInterestCategoryPath" : "N37VwbEuccCkV4sRZvy", "DeletionFlag" : "True" }, { "HierarchyNode" : "pHBxzYmjqvK9vtu", "ParentHierarchyNode" : "Q3fCvupMj rnnd BORi", "ContactInterestCategoryId" : "7", "HierarchyLevel" : "9", "Label" : "7CcKxt2llK8VH", "Identifier" : "Rw86d Mzs 6M5IvdJ", "SourceId" : "9", "ContactInterestCategoryPath" : "s6clk", "DeletionFlag" : "True" }, ... ]

Select ContactInterestCategory by Id

https://customerapi.fts-crm360.com/data/ContactInterestCategories(1)
HttpMethod : GET
Json Result :
{ "HierarchyNode" : "V9 fpSV8vcTmQFVIVc", "ParentHierarchyNode" : "kyu1GA9T", "ContactInterestCategoryId" : "4", "HierarchyLevel" : "9", "Label" : "JY ieOZLUn18YRKht", "Identifier" : "XyGHVWHlHSer 5B6T6", "SourceId" : "6", "ContactInterestCategoryPath" : "mFuJHmt0Vj7dQYC", "DeletionFlag" : "True" }

Create a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories()
HttpMethod : POST
Json Post :
{
"HierarchyNode" : "ABn 3GFsoo75b9P",
"ParentHierarchyNode" : "TQC8 unRPiWA l15O",
"HierarchyLevel" : "3",
"Label" : "St9nbe8x64ksiQDyD",
"Identifier" : "BT HnjvqOCF NsW5",
"SourceId" : "7",
"ContactInterestCategoryPath" : "R ffx1WW8pcIg",
"DeletionFlag" : "False"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories(1)
HttpMethod : PUT
Json Post :
{
"HierarchyNode" : "ePk JF 3xP5q5q3Vn",
"ParentHierarchyNode" : "dgoOghJwQlENE",
"ContactInterestCategoryId" : "5",
"HierarchyLevel" : "1",
"Label" : "tbx6he1",
"Identifier" : "uP1LbqDU jChL",
"SourceId" : "3",
"ContactInterestCategoryPath" : "B0Y  yiKZnv7bir",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories(1)
HttpMethod : PATCH
Json Post :
{
"Identifier" : "pGeQq9UlgwYfcf9cuuF",
"HierarchyNode" : "qBuKEci"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a ContactInterestCategory

https://customerapi.fts-crm360.com/data/ContactInterestCategories(1)
HttpMethod : DELETE

Translate a ContactInterestCategory label

https://customerapi.fts-crm360.com/data/ContactInterestCategories(1)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3